home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / graphvew / mpegw32.arj / README.TXT < prev   
Text File  |  1993-06-10  |  4KB  |  103 lines

  1. MPEGPLAY V1.2 (c) 1993 Michael Simmons
  2.  
  3. This is Release Version 1.2 of my port of the Berkeley mpeg player.
  4.  
  5. This player can play standard mpeg files that include P and B frame
  6. encoding, and large 354x288 movie files. 
  7. It has several display options including mono,gray scale,color dither and
  8. Full color (for Hicolor graphic cards).
  9. This program is SHAREWARE Please read the About box and Help file for
  10. information on registering your copy.
  11.  
  12. To install the player under Windows 3.1(tm), Unzip the file disk1.zip
  13. to a floppy disk. Then run the setup.exe file via the Progman File-Run Menu
  14. Item. Note: You will need to install the Win32s extensions to Windows 3.1
  15. inorder to run this player. Should you wish to remove these extensions
  16. please refer to the section near the end of this Readme.txt file.
  17.  
  18. To install the player under Windows NT(tm) copy the files mpegplay.exe and
  19. mpegplay.hlp to a common directory.Then create a new program item for the
  20. mpegplay.exe file via the File New option of the Program Manager.
  21.  
  22. Read the Disclaimer in the online Help before loading any mpeg movie files.
  23.  
  24. This program is SHAREWARE Please read the About box and Help file for information
  25. on registering your copy.
  26.  
  27. DISTRIBUTION:
  28.  
  29. This File must not be separated from the rest of this archive.
  30.  
  31. Due to licensing conditions of the WIN32s(tm) System this archive can only be
  32. Redistributed in the following ways:
  33. (1) Archive site to End user.
  34. (2) Archive site to Archive site.
  35. The following means of redistribution are not permitted:
  36. (1) End user to End user.
  37. (2) End user to Archive site.
  38.  
  39. Redistribution from Archive site to Archive site may only be performed by
  40. the operators of those sites.
  41. An Archive site is taken to be any large collection of software which is
  42. operated by a person or group of persons for the primary purpose of 
  43. redistributing that software.
  44. An End user is taken to be the person or group of persons who use this
  45. software.
  46.  
  47. Known Bugs:
  48. (1) The Mono Dither is not working properly.
  49. (2) The 2x2 Colour Dither has patches of incorrect colour.
  50. (3) Sometimes the player fails to display Full Colour 354x288 images after
  51.     a previous movie has been Opened and then Closed.
  52. (4) The Player is slower than is possible.
  53. (5) Bug/feature The Player runs slow when ever the mouse is moving.
  54.  
  55. Changes since V1.0
  56. (1) Re complied using the latest (March) WIN32 Beta.
  57. (2) Includes the latest (March) Win32s windows 3.1 extension.
  58. (3) Fix bug in finding help file. The working directory can now be different
  59.     to the Command Line directory.
  60. (4) Increase number of clicks at startup to 4 
  61.     (I have only received one registration!!)
  62.  
  63.  
  64. ACKNOWLEDGEMENTS:
  65.  
  66. This code was derived from the U.C. Berkeley MPEG Player (version 2.0)
  67. developed by L.A. Rowe, K. Patel, and B. Smith (Rowe@CS.Berkeley.EDU).
  68. That code included the following copyright:
  69.  
  70. /*
  71.  * Copyright (c) 1992 The Regents of the University of California.
  72.  * All rights reserved.
  73.  * 
  74.  * Permission to use, copy, modify, and distribute this software and its
  75.  * documentation for any purpose, without fee, and without written agreement is
  76.  * hereby granted, provided that the above copyright notice and the following
  77.  * two paragraphs appear in all copies of this software.
  78.  * 
  79.  * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  80.  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  81.  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  82.  * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  83.  * 
  84.  * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  85.  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  86.  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  87.  * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  88.  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  89.  */
  90. /*
  91.  
  92. HOW TO REMOVE THE WIN32s EXTENSIONS to WINDOWS
  93.  
  94. (1) exit to DOS.
  95. (2) backup your hard disk.
  96. (3) delete the Win32s directory and all its files.
  97. (4) edit the system.ini file in the window directory.
  98.     and remove the line device=C:\WINDOWS\SYSTEM\WIN32S\W32S.386
  99. (5) return to windows
  100. (6) remove the Win32 Applications Progman group
  101.  
  102. Windows NT, Win32s, Windows 3.1 are trademarks of the Microsoft Corporation.
  103.